CxExport Object

The CxDynagraph.CxExport object provides an interface with the CxDynagraph ActiveX control, and is used to export recently retrieved dynagraph cards. This object conveniently enables entire sets of cards to be exported at once. Its methods may be executed from either the HyperPoint Scripting Service (HSS) or CygNet Studio.

You can schedule exports by creating the relevant hyperpoint in the HSS, then creating a trigger setpoint in the Master Scheduling Service (MSS). If you schedule a recurring export, no folder maintenance is performed by the object. Outdated export files continue to accumulate in the destination folder.

All card types are supported except for the Ideal Card. Comma-separated value (.csv), Lufkin DIAG, and Theta formats are supported.

Declare the object using the following code:

CreateObject("CxDynagraph.CxExport")


More: